Add docs about AI Usage settings page#4169
Open
MiloradFilipovic wants to merge 4 commits intomainfrom
Open
Conversation
✅ Deploy Preview for n8n-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
2 issues found across 3 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="docs/manage-cloud/ai-assistant.md">
<violation number="1" location="docs/manage-cloud/ai-assistant.md:45">
P3: Fix typo: "wether" should be "whether".</violation>
<violation number="2" location="docs/manage-cloud/ai-assistant.md:51">
P2: This sentence claims turning off “Send actual data values” disables sending any data, but earlier text says workflow metadata sharing is controlled separately. Reword to avoid implying all data sharing is disabled by this checkbox.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Deploying n8n-docs with
|
| Latest commit: |
c996f3e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ae8eb0db.n8n-docs-d9c.pages.dev |
| Branch Preview URL: | https://ai-usage-settings-docs.n8n-docs-d9c.pages.dev |
|
No description provided. |
RoRoJ
reviewed
Mar 27, 2026
Contributor
RoRoJ
left a comment
There was a problem hiding this comment.
Hi Milorad, thanks for the contribution. I left a few suggestions just for consistency of capitalization in headers, and to avoid repeating "settings" unnecessarily. If they look good to you, please apply and I can merge.
| Available in n8n v2.7.0 and above. | ||
| /// | ||
|
|
||
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance settings. Here, you can control what data is shared with the AI Assistant. |
Contributor
There was a problem hiding this comment.
Suggested change
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance settings. Here, you can control what data is shared with the AI Assistant. | |
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance. Here, you can control what data is shared with the AI Assistant. |
| Available in n8n v2.7.0 and above. | ||
| /// | ||
|
|
||
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance settings. |
Contributor
There was a problem hiding this comment.
Suggested change
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance settings. | |
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance. |
| - "How can I build X in n8n?" | ||
| <!-- vale from-microsoft.FirstPerson = YES --> | ||
|
|
||
| ## AI Usage settings |
Contributor
There was a problem hiding this comment.
Suggested change
| ## AI Usage settings | |
| ## AI usage settings |
|
|
||
| To assist and improve user experience, n8n may send specific context data to LLMs. This context data is strictly limited to information about the current workflow. n8n does not send any values from credential fields or actual output data to AI services. The data will not be incorporated, used, or retained to train the models of the AI services. Any data will be deleted after 30 days. | ||
|
|
||
| #### AI Usage settings |
Contributor
There was a problem hiding this comment.
Suggested change
| #### AI Usage settings | |
| #### AI usage settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AI Assistantpage documenting the newAI UsagesettingsPrivacypage to the new docsSummary by cubic
Document the new AI Usage settings so instance owners and admins can control what workflow data is shared with the AI Assistant. Also add a link from the Privacy page, note availability from v2.7.0, and explain that disabling data sharing turns off the AI Workflow builder.
Written for commit c996f3e. Summary will update on new commits.